Skip to content

feat: add search bar to skills view#1582

Merged
adboio merged 1 commit intoPostHog:mainfrom
reverb256:fix/1526-skills-search
Apr 9, 2026
Merged

feat: add search bar to skills view#1582
adboio merged 1 commit intoPostHog:mainfrom
reverb256:fix/1526-skills-search

Conversation

@reverb256
Copy link
Copy Markdown
Contributor

Problem

With many built-in skills plus local repo skills, scrolling through the skills list is painful. There was no way to search/filter.

Fix

Added a search bar at the top of the skills view using the same TextField.Root + MagnifyingGlass pattern from the archived tasks view (reference: #1509). Filters skills by name and description in real-time.

Verification

  • All CI checks pass
  • Type review in the search bar → filters to matching skills

Fixes #1526

Skills list can be long with many built-in and local skills.
Added a search bar at the top of the skills view that filters
by skill name and description. Uses the same TextField pattern
as the archived tasks view.

Fixes PostHog#1526

Signed-off-by: reverb256 <reverb256@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@adboio adboio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thank you!! 😃

@adboio adboio merged commit f838532 into PostHog:main Apr 9, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add search to skills view

2 participants